Interface FRSubInterface

All Superinterfaces:
HostPort, IPCObject, Port, Process, RouterPort
All Known Implementing Classes:
FRSubInterfaceImpl

public interface FRSubInterface extends RouterPort
Information provided by the PKI file:

    \class FRSubInterface
    
    \brief FRSubInterface holds and manipulates Frame Relay subinterfaces.
    
    \example network().getDevice("Router0").getPort("Serial0/0/0.1")
    
Author:
Auto-generated
  • Method Details

    • setLinkType

      void setLinkType(LinkType type)
      Information provided by the PKI file:
      
          \brief Sets the link type of this Frame Relay subinterface.
          
          \param type,        the link type.
          Link types: eMultipoint = 0,
          ePointToPoint = 1
          
              
      Parameters:
      type - Takes in a parameter of type
    • getLinkType

      LinkType getLinkType()
      Information provided by the PKI file:
      
          \brief Returns the link type of this Frame Relay subinterface.
          
          \return LinkType,   the link type of this Frame Relay subinterface.
          Link types: eMultipoint = 0,
          ePointToPoint = 1
          
              
      Returns:
      LinkType Returns a LinkType